feat(acp): Add /agent slash command for agent switching#86
Closed
CSRessel wants to merge 1 commit into
Closed
Conversation
…d with [Nori](https://nori.ai)\n\nCo-Authored-By: Nori <contact@tilework.tech> Add ability to switch between ACP agents in the TUI: - Add list_available_agents() to codex-acp registry - Add /agent slash command that shows available ACP agents - Implement pending selection pattern - agent only switches on next prompt submission - Disable /model command in ACP mode with info message - Add E2E tests for agent picker functionality The pending selection design ensures subprocess stability - the existing agent is not dropped while the user navigates the picker during an active turn.
Collaborator
Author
|
Code is heavily entangled with codex-tui module, and registry design is a little off target, closing in favor of #84 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
🤖 Generated with Nori
/agentslash command to switch between ACP agents (Mock, Gemini, Claude)/modelcommand in ACP mode with informational message directing users to use/agentThe pending selection design ensures subprocess stability - the existing agent subprocess is not dropped while the user navigates the picker during an active turn.
Test Plan
list_available_agents()registry functionShare Nori with your team: https://www.npmjs.com/package/nori-ai